home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / olt_31.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-11-09  |  1KB  |  28 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO                     -------------------------------------
  4. Echo                     --        On-Line Trivia           --
  5. Echo                     -- Copyright 1992, PAROLE Software --
  6. Echo                     --      ALL RIGHTS RESERVED        --
  7. Echo                     -------------------------------------
  8. Echo .
  9. Echo Creating Sub-Directories...
  10. MkDir SCREENS
  11. MkDir USERS
  12. Echo Copying files to Sub-Directories...
  13. pkunzip screens screens >NUL
  14. CLS
  15. ECHO                     -------------------------------------
  16. Echo                     --        On-Line Trivia           --
  17. Echo                     -- Copyright 1992, PAROLE Software --
  18. Echo                     --      ALL RIGHTS RESERVED        --
  19. Echo                     -------------------------------------
  20. Echo .
  21. Echo Installation of OLT has been completed.  Please make sure that your
  22. Echo CFG files are set up correctly and that you have BRUN45.EXE in a
  23. Echo sub-directory that is included in your PATH.  If you would like to
  24. Echo run OLT locally, type "OLT LOCAL" from the DOS prompt.
  25. Echo You may press <F8> to exit OLT at any time.
  26. Echo Enjoy!
  27.  
  28.